home *** CD-ROM | disk | FTP | other *** search
- 2004-11-08 Gisle Aas <gisle@ActiveState.com>
-
- Release 1.10
-
- Added Digest::file module which provide convenience functions
- that calculate digests of files.
-
-
-
- 2004-11-05 Gisle Aas <gisle@ActiveState.com>
-
- Release 1.09
-
- Fix trivial documentation typo.
-
-
-
- 2004-04-29 Gisle Aas <gisle@ActiveState.com>
-
- Release 1.08
-
- Make Digest->new("CRC-16"), Digest->new("CRC-32") and
- Digest->new("CRC-CCITT") work.
- Patch by Oliver Maul <oliver@maul.tv>.
-
-
-
- 2004-04-25 Gisle Aas <gisle@ActiveState.com>
-
- Release 1.07
-
- Updated benchmark.
-
-
-
- 2004-04-01 Gisle Aas <gisle@ActiveState.com>
-
- Release 1.06
-
- Added MIME::Base64 dependency.
-
- Minor doc tweak.
-
-
-
- 2003-12-01 Gisle Aas <gisle@ActiveState.com>
-
- Release 1.05
-
- Drop Digest::MD5 dependency. Avoids circular dependency
- now that Digest::MD5 depend on this package to inherit
- Digest::base.
-
- Included a section about digest speed with benchmark
- results for some implementations of this API.
-
-
-
- 2003-11-29 Gisle Aas <gisle@ActiveState.com>
-
- Release 1.04
-
- Doc tweaks to unconfuse search.cpan.org.
-
-
-
- 2003-11-28 Gisle Aas <gisle@ActiveState.com>
-
- Release 1.03
-
- Added add_bits() method as requested by the
- Digest::SHA author Mark Shelor.
-
- Added Digest::base class that Digest implementations
- can use to get default implementations of addfile(),
- add_bits(), hexdigest() and b64digest().
-
- Digest->new("SHA-256") and similar should work now
- given that you have either Digest::SHA or Digest::SHA2
- installed.
-
-
-
- 2003-01-18 Gisle Aas <gisle@ActiveState.com>
-
- Release 1.02
-
- Sync up with version bundled with perl-5.8.
- Patch by Jarkko Hietaniemi <jhi@iki.fi>.
-
- Override INSTALLDIRS for 5.8 as suggested by
- Guido Ostkamp <Guido.Ostkamp@t-online.de>.
-
-
-
- 2003-01-04 Gisle Aas <gisle@ActiveState.com>
-
- Release 1.01
-
- Document the clone() method.
-
-
-
- 2001-03-13 Gisle Aas <gisle@ActiveState.com>
-
- Release 1.00
-
- Broken out of the Digest-MD5-2.12 distribution and made into
- a separate dist.
-